KeyDictionary.ICollection<KeyValuePair<XmlQualifiedName, IList<Key>>>.Remove MethodKeyDictionary.ICollection(Of KeyValuePair(Of XmlQualifiedName, IList(Of Key))).Remove MethodKeyDictionary::ICollection<KeyValuePair<XmlQualifiedName, IList<Key>>>::Remove Method
- XmlPrime 5.0
- Other Versions ▼
Syntax
Private Function Remove( _ item As KeyValuePair(Of System.Xml.XmlQualifiedName, IList(Of Key)) _ ) As Boolean _ Implements ICollection.Remove
private bool System.Collections.Generic.ICollection<T>.Remove( KeyValuePair<System.Xml.XmlQualifiedName, IList<Key>> item )
private: virtual bool System.Collections.Generic::ICollection<T>::Remove( KeyValuePair<System.Xml::XmlQualifiedName^, IList<Key^>^> item ) sealed